POSITION LISTENER

This command will position the listener in 3D space.

  Syntax
POSITION LISTENER X,Y,Z
  Parameters
X
Float
listener x position
Y
Float
listener y position
Z
Float
listener z position

  Returns

This command does not return a value.

  Description

The 3D sounds you hear are calculated based on the position of the sound and the listener.

  Example Code
cls
load sound "man.wav",1
play sound 1
position listener 100,100,100
wait 1000*8
stop sound 1
do
loop
end
  See also

SOUND Commands Menu
Index